home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / WorkspaceManager.nib / data.classes next >
Encoding:
Text File  |  1993-01-23  |  229 b   |  18 lines

  1. WorkspaceManager = {
  2.     ACTIONS = {
  3.     save:;
  4.     evalSelection:;
  5.     };
  6.     OUTLETS = {
  7.     msgField;
  8.     textView;
  9.     };
  10.     SUPERCLASS = Window;
  11. };
  12. FirstResponder = {
  13.     ACTIONS = {
  14.     evalSelection:;
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18.